* {
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
  outline: 0;
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  font-size: 14px;
}
dd,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.auto {
  margin: 0 auto;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.pointernone {
  pointer-events: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs34 {
  font-size: 34px;
}
.fs36 {
  font-size: 36px;
}
.fbold {
  font-weight: 700;
}
.fnormal {
  font-weight: 400;
}
.disblock {
  display: block;
}
.disbinline {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.hide {
  display: none;
}
.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.four-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.five-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.pt3 {
  padding-top: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb3 {
  padding-bottom: 3px;
}
.pb4 {
  padding-bottom: 4px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.ScrollStyle {
  overflow: auto !important;
}
.ScrollStyle::-webkit-scrollbar {
  box-sizing: border-box;
  width: 6px;
  height: 9px;
  background: #ECECEC;
}
.ScrollStyle::-webkit-scrollbar-button {
  width: 6px;
  height: 0px;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start {
  background-position: 0 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover {
  background-position: -10px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:active {
  background-position: -20px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end {
  background-position: -30px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover {
  background-position: -40px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:active {
  background-position: -50px 0;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start {
  background-position: 0 -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover {
  background-position: -10px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active {
  background-position: -19px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end {
  background-position: -30px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover {
  background-position: -40px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active {
  background-position: -50px -11px;
}
.ScrollStyle::-webkit-scrollbar-track-piece {
  background-color: #ECECEC;
}
.ScrollStyle::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #A7A7A7;
  border-radius: 5px;
}
.ScrollStyle::-webkit-scrollbar-thumb:hover {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #A7A7A7;
}
.ScrollStyle::-webkit-scrollbar-thumb:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#A7A7A7), to(#A7A7A7));
}
.ScrollStyle::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}
.index2024-header {
  margin-bottom: 25px;
}
.index2024-header .header-top {
  height: 80px;
  padding: 10px 0;
}
.index2024-header .header-top h1 {
  width: 200px;
}
.index2024-header .header-top h1 img {
  width: 100%;
}
.index2024-header .header-top .heaedr-top-slider {
  width: 973px;
}
.index2024-header .header-top .heaedr-top-slider .bd ul li img {
  width: 973px;
  height: 80px;
}
.index2024-header .index2024-nav {
  position: relative;
}
.index2024-header .index2024-nav .mainnav {
  background: #F6A07E;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
.index2024-header .index2024-nav .mainnav::before {
  content: "";
  display: block;
  height: 4px;
  background: #FFF;
}
.index2024-header .index2024-nav .mainnav::after {
  content: "";
  display: block;
  height: 4px;
  background: #FFF;
}
.index2024-header .index2024-nav .mainnav li {
  display: inline-block;
  padding: 0 60px;
}
.index2024-header .index2024-nav .mainnav li:hover > a {
  font-weight: bold;
}
.index2024-header .index2024-nav .mainnav li > a {
  display: block;
  color: #FFF;
  font-size: 28px;
  line-height: 37px;
  transition: all 0.3s ease;
}
.index2024-header .index2024-nav .subnav {
  height: 50px;
  background: #FAF6F1;
  overflow: hidden;
}
.index2024-header .index2024-nav .subnav .sub h3 {
  float: left;
  width: 250px;
  height: 37px;
  line-height: 37px;
  font-size: 28px;
  color: #F6A07E;
  letter-spacing: 3px;
  position: relative;
}
.index2024-header .index2024-nav .subnav .sub h3::after {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #F6A07E;
  position: absolute;
  top: 12px;
  right: 40px;
}
.index2024-header .index2024-nav .subnav .sub ul {
  width: 800px;
  height: 50px;
  float: left;
  text-align: left;
}
.index2024-header .index2024-nav .subnav .sub ul li {
  display: inline-block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 10px 20px 0 5px;
  background-color: #f0a07e;
  box-shadow: 0 5px 20px rgba(240, 160, 126, 0.5);
}
.index2024-header .index2024-nav .subnav .sub ul li:last-child {
  margin-right: 0;
}
.index2024-header .index2024-nav .subnav .sub ul li:hover a {
  font-weight: bold;
}
.index2024-header .index2024-nav .subnav .sub ul li a {
  font-size: 18px;
  color: #FFF;
  transition: all 0.3s ease;
}
.index2024-main .box01 h2 {
  line-height: 65px;
  font-size: 36px;
  font-weight: normal;
}
.index2024-main .box01 h2 a {
  color: #C90104;
}
.index2024-main .box01 .more {
  font-size: 18px;
  color: #222;
}
.index2024-main .box02 .box02-left {
  width: 785px;
  height: 180px;
  background: #F8F8F8;
}
.index2024-main .box02 .box02-left .pic {
  width: 315px;
  height: 180px;
}
.index2024-main .box02 .box02-left .pic img {
  width: 315px;
  height: 180px;
}
.index2024-main .box02 .box02-left .list {
  width: 455px;
  padding-left: 15px;
}
.index2024-main .box02 .box02-left .list h3 {
  font-size: 22px;
  line-height: 45px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box02 .box02-left .list h3 a {
  color: #C90104;
}
.index2024-main .box02 .box02-left .list ul li {
  font-size: 22px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box02 .box02-left .list ul li a {
  color: #222;
}
.index2024-main .box02 .box02-right {
  width: 390px;
  height: 180px;
  float: right;
}
.index2024-main .box02 .box02-right .swiper-container {
  width: 100%;
  height: 100%;
}
.index2024-main .box02 .box02-right .swiper-button-next,
.index2024-main .box02 .box02-right .swiper-button-prev {
  width: 10px;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px;
  background-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.index2024-main .box02 .box02-right .swiper-button-prev {
  left: 0;
}
.index2024-main .box02 .box02-right .swiper-button-next {
  right: 0;
}
.index2024-main .box02 .box02-right .swiper-slide {
  text-align: center;
}
.index2024-main .box02 .box02-right .srcoll-top {
  width: 100%;
  height: 85px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index2024-main .box02 .box02-right .srcoll-top img {
  width: 100%;
  height: 100%;
}
.index2024-main .box02 .box02-right .srcoll-bottom {
  width: 100%;
  height: 85px;
  font-size: 0;
  margin-bottom: 10px;
}
.index2024-main .box02 .box02-right .srcoll-bottom img {
  width: 100%;
  height: 100%;
}
.index2024-main .box02 .box02-right .srcoll-bottom a {
  display: inline-block;
  width: 48%;
  height: 85px;
  margin-right: 2.5%;
  overflow: hidden;
}
.index2024-main .box02 .box02-right .srcoll-bottom a:last-child {
  margin-right: 0;
}
.index2024-main .box03 .box03-left {
  width: 625px;
  height: 280px;
  position: relative;
}
.index2024-main .box03 .box03-left:hover .prev,
.index2024-main .box03 .box03-left:hover .next {
  display: block;
}
.index2024-main .box03 .box03-left .prev,
.index2024-main .box03 .box03-left .next {
  position: absolute;
  font-size: 50px;
  top: 90px;
  color: #FFF;
  z-index: 999;
  cursor: pointer;
  width: 52px;
  height: 130px;
  line-height: 130px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: "仿宋";
  user-select: none;
  display: none;
}
.index2024-main .box03 .box03-left .prev {
  left: 0;
  text-indent: -26px;
}
.index2024-main .box03 .box03-left .next {
  right: 0;
  text-indent: 18px;
}
.index2024-main .box03 .box03-left .bd ul li {
  width: 625px;
  height: 280px;
  position: relative;
}
.index2024-main .box03 .box03-left .bd ul li img {
  width: 625px;
  height: 280px;
}
.index2024-main .box03 .box03-left .bd ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.index2024-main .box03 .box03-left .bd ul li p .txt {
  width: 625px;
  height: 36px;
  display: block;
  color: #FFF;
  text-indent: 25px;
  font: normal 14px/36px "microsoft yahei";
}
.index2024-main .box03 .box03-left .hd {
  position: absolute;
  bottom: 8px;
  right: 10px;
  z-index: 5;
}
.index2024-main .box03 .box03-left .hd ul {
  text-align: center;
}
.index2024-main .box03 .box03-left .hd ul li {
  margin: 0 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #FFF;
  cursor: pointer;
  text-align: center;
}
.index2024-main .box03 .box03-left .hd ul li.on {
  background: #C90104;
}
.index2024-main .box03 .box03-right {
  width: 535px;
  height: 280px;
}
.index2024-main .box03 .box03-right .hd::after {
  content: ">>";
  display: inline-block;
  font-size: 26px;
  color: #333333;
  transition: all 0.3s ease;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.index2024-main .box03 .box03-right .hd:hover::after {
  transform: translateX(10px);
}
.index2024-main .box03 .box03-right .hd a {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.index2024-main .box03 .box03-right .hd a:last-child::before {
  display: none;
}
.index2024-main .box03 .box03-right .hd a::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #C90104;
  transition: all 0.3s ease;
  position: absolute;
  right: -30px;
  top: 2px;
}
.index2024-main .box03 .box03-right .bd .list {
  padding-top: 15px;
}
.index2024-main .box03 .box03-right .bd .list li {
  margin-bottom: 16px;
  position: relative;
}
.index2024-main .box03 .box03-right .bd .list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #D6030F;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.index2024-main .box03 .box03-right .bd .list li a {
  display: block;
  font-size: 18px;
  text-indent: 20px;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box07 .box07-left {
  width: 590px;
}
.index2024-main .box07 .box07-left .hd::after {
  display: inline-block;
  content: ">>";
  font-size: 26px;
  color: #333333;
  transition: all 0.3s ease;
  margin-left: 30px;
}
.index2024-main .box07 .box07-left .hd:hover::after {
  transform: translateX(10px);
}
.index2024-main .box07 .box07-left .hd a img {
  padding-bottom: 5px;
}
.index2024-main .box07 .box07-left .bd .list li {
  margin-bottom: 16px;
}
.index2024-main .box07 .box07-left .bd .list li a {
  display: block;
  font-size: 18px;
  color: #181818;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box07 .box07-left .bd .list li:last-child {
  margin-bottom: 0;
}
.index2024-main .box07 .box07-right {
  width: 590px;
}
.index2024-main .box07 .box07-right .hd::after {
  display: inline-block;
  content: ">>";
  font-size: 26px;
  color: #333333;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.index2024-main .box07 .box07-right .hd:hover::after {
  transform: translateX(10px);
}
.index2024-main .box07 .box07-right .hd a img {
  padding-bottom: 5px;
}
.index2024-main .box07 .box07-right .bd .list li {
  margin-bottom: 16px;
}
.index2024-main .box07 .box07-right .bd .list li a {
  display: block;
  font-size: 18px;
  color: #181818;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box07 .box07-right .bd .list li:last-child {
  margin-bottom: 0;
}
.index2024-main .box04 {
  width: 1200px;
  height: 112px;
  overflow: hidden;
  position: relative;
}
.index2024-main .box04 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.index2024-main .box04 .bd li {
  height: 112px;
}
.index2024-main .box04 .bd li img {
  width: 1200px;
  height: 100%;
  display: block;
}
.index2024-main .box05 .box05-left {
  width: 750px;
}
.index2024-main .box05 .box05-left .panel-title {
  position: relative;
}
.index2024-main .box05 .box05-left .panel-title h3 {
  width: auto;
  padding-bottom: 5px;
}
.index2024-main .box05 .box05-left .panel-title .hd {
  width: 600px;
  height: 35px;
}
.index2024-main .box05 .box05-left .panel-title .hd ul {
  text-align: right;
}
.index2024-main .box05 .box05-left .panel-title .hd ul li {
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.index2024-main .box05 .box05-left .panel-title .hd ul li:first-child a {
  background: #CF1920;
}
.index2024-main .box05 .box05-left .panel-title .hd ul li:nth-child(2) a {
  background: #FF7325;
}
.index2024-main .box05 .box05-left .panel-title .hd ul li:nth-child(3) a {
  background: #F9BB3F;
}
.index2024-main .box05 .box05-left .panel-title .hd ul li:nth-child(4) a {
  background: #108DDC;
}
.index2024-main .box05 .box05-left .panel-title .hd ul li:nth-child(5) a {
  background: #3DD5C5;
}
.index2024-main .box05 .box05-left .panel-title .hd ul li.on a {
  padding-top: 6px;
}
.index2024-main .box05 .box05-left .panel-title .hd ul li a {
  color: #FFF;
  font-size: 18px;
  padding: 2px 8px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 0.3s ease;
}
.index2024-main .box05 .box05-left .panel-title .more {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #181818;
}
.index2024-main .box05 .box05-left .bd .item .picture {
  width: 340px;
  height: 190px;
  position: relative;
}
.index2024-main .box05 .box05-left .bd .item .picture img {
  width: 340px;
  height: 190px;
}
.index2024-main .box05 .box05-left .bd .item .picture p {
  width: 320px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 28px;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box05 .box05-left .bd .item .list {
  width: 400px;
}
.index2024-main .box05 .box05-left .bd .item .list li {
  margin-bottom: 16px;
}
.index2024-main .box05 .box05-left .bd .item .list li a {
  display: block;
  font-size: 18px;
  color: #181818;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box05 .box05-left .bd .item .list li:last-child {
  margin-bottom: 0;
}
.index2024-main .box05 .box05-right {
  width: 400px;
}
.index2024-main .box05 .box05-right .panel-title a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index2024-main .box05 .box05-right .panel-title a img {
  padding-bottom: 5px;
}
.index2024-main .box05 .box05-right .panel-title a::after {
  content: ">>";
  font-size: 26px;
  color: #333333;
  transition: all 0.3s ease;
}
.index2024-main .box05 .box05-right .panel-title a:hover::after {
  transform: translateX(10px);
}
.index2024-main .box05 .box05-right .list li {
  margin-bottom: 16px;
}
.index2024-main .box05 .box05-right .list li a {
  display: block;
  font-size: 18px;
  color: #181818;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box05 .box05-right .list li:last-child {
  margin-bottom: 0;
}
.index2024-main .box06 .bd {
  height: 80px;
  overflow: hidden;
}
.index2024-main .box06 .bd ul {
  width: 150%;
}
.index2024-main .box06 .bd ul li {
  width: 400px;
  height: 80px;
  margin-right: 20px;
  float: left;
}
.index2024-main .box06 .bd ul li a img {
  width: 400px;
  height: 80px;
}
.index2024-main .box08 .panel-title a img {
  padding-bottom: 5px;
}
.index2024-main .box08 .box08-slider {
  height: 200px;
  background-color: #EEE;
  position: relative;
}
.index2024-main .box08 .box08-slider:hover .prev,
.index2024-main .box08 .box08-slider:hover .next {
  display: block;
}
.index2024-main .box08 .box08-slider .prev,
.index2024-main .box08 .box08-slider .next {
  position: absolute;
  top: 70px;
  z-index: 2;
  width: 30px;
  font-size: 32px;
  font-family: "仿宋";
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  display: none;
}
.index2024-main .box08 .box08-slider .prev {
  left: 0;
  text-indent: -10px;
}
.index2024-main .box08 .box08-slider .next {
  right: 0;
  text-indent: 10px;
}
.index2024-main .box08 .box08-slider .bd {
  width: 1200px;
  overflow: hidden;
}
.index2024-main .box08 .box08-slider .list li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 295px;
  margin-right: 5px;
}
.index2024-main .box08 .box08-slider .list li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index2024-main .box08 .box08-slider .list li img {
  display: block;
  width: 291px;
  height: 160px;
  border: 2px solid #FFF;
  border-radius: 2px;
}
.index2024-main .box08 .box08-slider .list li p {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding-top: 5px;
  font-size: 16px;
  color: #595757;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}
.index2024-main .box09 .box09-left {
  width: 590px;
}
.index2024-main .box09 .box09-left .panel-title {
  position: relative;
}
.index2024-main .box09 .box09-left .panel-title h3 {
  width: auto;
  padding-bottom: 5px;
}
.index2024-main .box09 .box09-left .panel-title .hd {
  width: 440px;
  height: 40px;
}
.index2024-main .box09 .box09-left .panel-title .hd ul {
  text-align: right;
}
.index2024-main .box09 .box09-left .panel-title .hd ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transform: skew(-30deg);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}
.index2024-main .box09 .box09-left .panel-title .hd ul li:first-child {
  background: #2291C6;
}
.index2024-main .box09 .box09-left .panel-title .hd ul li:nth-child(2) {
  background: #1D6ACD;
}
.index2024-main .box09 .box09-left .panel-title .hd ul li:nth-child(3) {
  background: #1F4ED6;
}
.index2024-main .box09 .box09-left .panel-title .hd ul li:nth-child(4) {
  background: #6861C3;
}
.index2024-main .box09 .box09-left .panel-title .hd ul li.on a {
  font-size: 20px;
  padding: 0 15px;
}
.index2024-main .box09 .box09-left .panel-title .hd ul li a {
  color: #FFF;
  font-size: 18px;
  padding: 0 12px;
  display: block;
  transform: skew(30deg);
  transition: all 0.3s ease;
}
.index2024-main .box09 .box09-left .panel-title .more {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #181818;
}
.index2024-main .box09 .box09-left .bd .list li {
  margin-bottom: 16px;
}
.index2024-main .box09 .box09-left .bd .list li a {
  display: block;
  font-size: 18px;
  color: #181818;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box09 .box09-left .bd .list li:last-child {
  margin-bottom: 0;
}
.index2024-main .box09 .box09-right {
  width: 590px;
}
.index2024-main .box09 .box09-right .parHd {
  height: 40px;
  background: #F4A033;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.index2024-main .box09 .box09-right .parHd ul {
  text-align: right;
}
.index2024-main .box09 .box09-right .parHd ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transform: skew(-30deg);
  margin-left: 30px;
}
.index2024-main .box09 .box09-right .parHd ul li:first-child {
  margin-left: 0;
}
.index2024-main .box09 .box09-right .parHd ul li.on {
  background: #C90104;
}
.index2024-main .box09 .box09-right .parHd ul li a {
  color: #FFF;
  font-size: 18px;
  padding: 0 12px;
  display: block;
  transform: skew(30deg);
}
.index2024-main .box09 .box09-right .parBd {
  margin: 0 auto;
  overflow: hidden;
}
.index2024-main .box09 .box09-right .parBd .item {
  margin: 0 auto 0 10px;
  position: relative;
  padding: 20px;
}
.index2024-main .box09 .box09-right .parBd .item .sPrev,
.index2024-main .box09 .box09-right .parBd .item .sNext {
  width: 55px;
  height: 55px;
  font-size: 60px;
  color: #F4A033;
  position: absolute;
  text-align: center;
  line-height: 55px;
  top: 65px;
  z-index: 100;
}
.index2024-main .box09 .box09-right .parBd .item .sPrev {
  left: -44px;
}
.index2024-main .box09 .box09-right .parBd .item .sNext {
  right: -32px;
}
.index2024-main .box09 .box09-right .parBd .item .list li {
  width: 122px;
  height: 155px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  position: relative;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.index2024-main .box09 .box09-right .parBd .item .list li img {
  width: 120px;
  min-height: 155px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.index2024-main .box09 .box09-right .parBd .item .list li p {
  height: 24px;
  width: 65px;
  background: linear-gradient(to right, #F4A033 80%, transparent);
  font: normal 14px/24px "microsoft yahei";
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  text-indent: 5px;
}
.index2024-main .box10 .box10-left {
  width: 620px;
}
.index2024-main .box10 .box10-left .panel-title {
  position: relative;
}
.index2024-main .box10 .box10-left .panel-title h3 {
  width: auto;
  padding-bottom: 5px;
}
.index2024-main .box10 .box10-left .panel-title .hd {
  width: 480px;
  height: 40px;
}
.index2024-main .box10 .box10-left .panel-title .hd ul {
  text-align: right;
}
.index2024-main .box10 .box10-left .panel-title .hd ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transform: skew(-30deg);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}
.index2024-main .box10 .box10-left .panel-title .hd ul li:first-child {
  background: #E14C07;
}
.index2024-main .box10 .box10-left .panel-title .hd ul li:nth-child(2) {
  background: #ED8700;
}
.index2024-main .box10 .box10-left .panel-title .hd ul li:nth-child(3) {
  background: #F7B700;
}
.index2024-main .box10 .box10-left .panel-title .hd ul li:nth-child(4) {
  background: #C9D250;
}
.index2024-main .box10 .box10-left .panel-title .hd ul li.on a {
  font-size: 20px;
  padding: 0 15px;
}
.index2024-main .box10 .box10-left .panel-title .hd ul li a {
  color: #FFF;
  font-size: 18px;
  padding: 0 12px;
  display: block;
  transform: skew(30deg);
  transition: all 0.3s ease;
}
.index2024-main .box10 .box10-left .panel-title .more {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #181818;
}
.index2024-main .box10 .box10-left .bd .list li {
  margin-bottom: 16px;
}
.index2024-main .box10 .box10-left .bd .list li a {
  display: block;
  font-size: 18px;
  color: #181818;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box10 .box10-left .bd .list li:last-child {
  margin-bottom: 0;
}
.index2024-main .box10 .box10-right {
  width: 540px;
}
.index2024-main .box10 .box10-right .hd::after {
  content: ">>";
  display: inline-block;
  font-size: 26px;
  color: #333333;
  transition: all 0.3s ease;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.index2024-main .box10 .box10-right .hd:hover::after {
  transform: translateX(10px);
}
.index2024-main .box10 .box10-right .hd a {
  display: inline-block;
  position: relative;
}
.index2024-main .box10 .box10-right .hd a:last-child::before {
  display: none;
}
.index2024-main .box10 .box10-right .hd a::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #C90104;
  transition: all 0.3s ease;
  position: absolute;
  right: -30px;
  top: 4px;
}
.index2024-main .box10 .box10-right .bd .list {
  padding-top: 15px;
}
.index2024-main .box10 .box10-right .bd .list li {
  margin-bottom: 16px;
  position: relative;
}
.index2024-main .box10 .box10-right .bd .list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #D6030F;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.index2024-main .box10 .box10-right .bd .list li a {
  display: block;
  font-size: 18px;
  text-indent: 20px;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box11 .panel-title a {
  width: 208px;
  height: 46px;
  background: #C90104;
  margin-bottom: 1px;
}
.index2024-main .box11 .picbox .picbox-left {
  width: 535px;
  height: 285px;
  border-radius: 5px;
}
.index2024-main .box11 .picbox .picbox-left img {
  width: 100%;
  height: 225px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index2024-main .box11 .picbox .picbox-left p {
  height: 60px;
  background: #ebebeb;
  font-size: 16px;
  line-height: 60px;
  padding: 0 20px;
  color: #222;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index2024-main .box11 .picbox .picbox-right {
  width: 647px;
  height: 285px;
}
.index2024-main .box11 .picbox .picbox-right li {
  width: 318px;
  height: 138px;
  margin-right: 11px;
  margin-bottom: 9px;
  float: left;
  border-radius: 5px;
}
.index2024-main .box11 .picbox .picbox-right li:nth-child(2n) {
  margin-right: 0;
}
.index2024-main .box11 .picbox .picbox-right li img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.index2024-main .box12 .panel-title a {
  width: 208px;
  height: 46px;
  background: #C90104;
  margin-bottom: 1px;
}
.index2024-main .box12 .friendlink {
  display: flex;
  justify-content: space-around;
}
.index2024-main .box12 .friendlink .friendlink-item {
  position: relative;
}
.index2024-main .box12 .friendlink .friendlink-item:hover ul {
  display: block;
}
.index2024-main .box12 .friendlink .friendlink-item h3 {
  width: 338px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  text-indent: 10px;
  position: relative;
  color: #666;
}
.index2024-main .box12 .friendlink .friendlink-item h3::after {
  content: "﹀";
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
}
.index2024-main .box12 .friendlink .friendlink-item ul {
  display: none;
  transition: all 0.3s ease;
  border-top: none;
  border: 1px solid #ccc;
  width: 100%;
  height: 300px;
  overflow: auto;
  position: absolute;
  top: 50px;
  left: 0;
}
.index2024-main .box12 .friendlink .friendlink-item ul li {
  font-size: 16px;
  text-indent: 10px;
  height: 45px;
  line-height: 45px;
}
.index2024-main .box12 .friendlink .friendlink-item ul li a {
  color: #666;
}
.index2024-main .box12 .friendlink .friendlink-item ul li:hover {
  background: #108DDC;
}
.index2024-main .box12 .friendlink .friendlink-item ul li:hover a {
  display: block;
  height: 100%;
  color: #FFF;
}
